CPhidgetDictionary_addKey

Adds a key/value pair to the dictionary. Or, changes an existing key's value.

extern (C) __gshared
int function(CPhidgetDictionaryHandle dict, const char* key, const char* value, int persistent) CPhidgetDictionary_addKey;

Meta